home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / adobe / software / install_sgips.csh next >
Linux/UNIX/POSIX Shell Script  |  1997-06-17  |  455b  |  19 lines

  1. #!/bin/csh -f
  2.  
  3. if ( -e / ) then
  4. switch ( "`hinv -c processor | grep MHZ`" )
  5.     case *IP32*:
  6.         cd $HOME
  7.         tardist $HOTMIXDIR/html/vendors/adobe/photoshop/demos/sgips.tardist
  8.         breaksw
  9.     default:
  10.         xwsh -bg royalblue -fg white \
  11.         -geom 80x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  12.         -title "Unaable to Install O2 Performance Package" \
  13.         -e /bin/csh -c \
  14.         "$HOTMIXDIR/html/vendors/adobe/photoshop/demos/message.csh"
  15.         breaksw
  16. endsw
  17.  
  18. endif
  19.